xen/arm: vgic-v2: Drop cbase from arch_domain
authorJulien Grall <julien.grall@citrix.com>
Tue, 29 Sep 2015 16:21:38 +0000 (17:21 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 1 Oct 2015 12:51:58 +0000 (13:51 +0100)
commit810a50db69703f715d199d6b3a5f08193155d48b
treea6f1a74cd90a1f51ef062ce030d21cce146cab76
parent380467c375deaf79aaca802cf8759d68a81c4009
xen/arm: vgic-v2: Drop cbase from arch_domain

The field value is only used within a single function in the vgic-v2
emulation. So it's not necessary to store the value in the domain
structure.

This is also saving 8 bytes on a structure which begin to be constrained
(the maximum size of struct domain is 4KB).

Signed-off-by: Julien Grall <julien.grall@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/vgic-v2.c
xen/include/asm-arm/domain.h